From: Mattias EngdegÄrd Date: Tue, 29 Mar 2022 09:14:11 +0000 (+0200) Subject: Fix typo in ERC DCC code in verbose mode X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~2370^2~874 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9aecc241e6e78d90f894e4ca196f84a6b4dea71a;p=emacs.git Fix typo in ERC DCC code in verbose mode * lisp/erc/erc-dcc.el (erc-dcc-send-block): Typo causing incorrect message when `erc-dcc-verbose` is set. --- diff --git a/lisp/erc/erc-dcc.el b/lisp/erc/erc-dcc.el index cc4143bfa23..59bfd246036 100644 --- a/lisp/erc/erc-dcc.el +++ b/lisp/erc/erc-dcc.el @@ -768,7 +768,7 @@ the matching regexp, or nil if none found." PROC is the process-object of the DCC connection. Returns the number of bytes sent." (let* ((elt (erc-dcc-member :peer proc)) - (confirmed-marker (plist-get elt :sent)) + (confirmed-marker (plist-get elt :confirmed)) (sent-marker (plist-get elt :sent))) (with-current-buffer (process-buffer proc) (when erc-dcc-verbose